home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d998.lha
/
TeXPrt
/
rexx
/
TexPrtInit.tpr
< prev
next >
Wrap
Text File
|
1994-04-05
|
270b
|
17 lines
/*
* TexPrtInit.tpr
*
* Macro for starting TeXPrt a second time.
*
*
NOTES:
*
* This one brings the screen on which TeXPrt resides to front
* as well as the TeXPrt window itself
*
*/
ADDRESS COMMAND 'run sys:Rexxc/rx "ADDRESS ''TEXPRT.1'' ''TOFRONT''"'
EXIT